home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / gnucpio-2.3 / config.status < prev    next >
Encoding:
Text File  |  1995-06-28  |  1.9 KB  |  70 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host roc.scocan.sco.com:
  6. #
  7. # configure --prefix=/usr/skunk
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh configure --prefix=/usr/skunk ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile; exit 1' 1 3 15
  19. PROGS='cpio'
  20. CC='gcc'
  21. CPP='/lib/cpp'
  22. INSTALL='/u/larryp/bin/install -c'
  23. INSTALL_PROGRAM='$(INSTALL)'
  24. INSTALL_DATA='$(INSTALL) -m 644'
  25. RTAPELIB='rtapelib.o'
  26. LIBOBJS=' fnmatch.o bcopy.o mkdir.o strdup.o'
  27. ALLOCA='alloca.o'
  28. LIBS=''
  29. srcdir='.'
  30. DEFS=' -DRETSIGTYPE=int -DMAJOR_IN_SYSMACROS=1 -DHAVE_NETDB_H=1 -Dconst= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UTIME_H=1 -DSTACK_DIRECTION=0 -DVOID_CLOSEDIR=1'
  31. prefix='/usr/skunk'
  32. exec_prefix='${prefix}'
  33. prsub='s%^prefix\([     ]*\)=\([     ]*\).*$%prefix\1=\2/usr/skunk%
  34. s%^exec_prefix\([     ]*\)=\([     ]*\).*$%exec_prefix\1=\2${prefix}%'
  35.  
  36. top_srcdir=$srcdir
  37.  
  38. # Allow make-time overrides of the generated file list.
  39. test -n "$gen_files" || gen_files="Makefile"
  40.  
  41. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  42.   srcdir=$top_srcdir
  43.   # Remove last slash and all that follows it.  Not all systems have dirname.
  44.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  45.   if test "$dir" != "$file"; then
  46.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  47.     test ! -d $dir && mkdir $dir
  48.   fi
  49.   echo creating $file
  50.   rm -f $file
  51.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  52.   sed -e "
  53. $prsub
  54. s%@PROGS@%$PROGS%g
  55. s%@CC@%$CC%g
  56. s%@CPP@%$CPP%g
  57. s%@INSTALL@%$INSTALL%g
  58. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  59. s%@INSTALL_DATA@%$INSTALL_DATA%g
  60. s%@RTAPELIB@%$RTAPELIB%g
  61. s%@LIBOBJS@%$LIBOBJS%g
  62. s%@ALLOCA@%$ALLOCA%g
  63. s%@LIBS@%$LIBS%g
  64. s%@srcdir@%$srcdir%g
  65. s%@DEFS@%$DEFS%
  66. " $top_srcdir/${file}.in >> $file
  67. fi; done
  68.  
  69. exit 0
  70.